Gets a Boolean value determining whether the DeferrableObservableCollection<(Of <(<'T>)>)> is in update mode (BeginUpdate()()()() has been called).

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool InUpdate { get; }
Visual Basic
Public ReadOnly Property InUpdate As Boolean
	Get

See Also